home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / xm-i38v4.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-05  |  268 b   |  13 lines  |  [TEXT/MPS ]

  1. /* Configuration for GCC for Intel i386 running System V Release 4.  */
  2.  
  3. #include "xm-i386.h"
  4. #include "xm-svr4.h"
  5.  
  6. /* If compiled with GNU C, use the built-in alloca.  */
  7. #undef alloca
  8. #ifdef __GNUC__
  9. #define alloca __builtin_alloca
  10. #else
  11. #define USE_C_ALLOCA
  12. #endif
  13.